home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / PMGRacing.swf / scripts / DefineButton2_331 / BUTTONCONDACTION on(rollOver).as
Encoding:
Text File  |  2001-07-07  |  223 b   |  11 lines

  1. on(rollOver){
  2.    tellTarget("_level0/damage")
  3.    {
  4.       gotoAndStop(int(getProperty("/damage", _currentframe) - "10"));
  5.    }
  6.    set("/:ob" add eval("var"),"0");
  7.    _X = "-50";
  8.    _Y = "300";
  9.    gotoAndStop(1);
  10. }
  11.